home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Visual Basic Source Code
/
Visual Basic Source Code.iso
/
vbsource
/
rollem
/
form4.frm
< prev
next >
Wrap
Text File
|
1995-05-08
|
2KB
|
71 lines
VERSION 2.00
Begin Form Form4
Caption = "Oh no not one of these!!!"
ClientHeight = 3675
ClientLeft = 3210
ClientTop = 1695
ClientWidth = 3375
ControlBox = 0 'False
Height = 4080
Left = 3150
LinkMode = 1 'Source
LinkTopic = "Form4"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 3675
ScaleWidth = 3375
Top = 1350
Width = 3495
Begin CommandButton Command1
Caption = "OK"
Height = 615
Left = 720
TabIndex = 1
Top = 2880
Width = 1935
End
Begin PictureBox Picture1
BorderStyle = 0 'None
Height = 1335
Left = 0
Picture = FORM4.FRX:0000
ScaleHeight = 1335
ScaleWidth = 3375
TabIndex = 0
Top = 720
Width = 3375
End
Begin PictureBox Picture2
Height = 495
Left = 120
Picture = FORM4.FRX:25AA
ScaleHeight = 465
ScaleWidth = 465
TabIndex = 2
Top = 120
Width = 495
End
Begin Label Label1
Caption = "Written By: Kirk Lewellen"
Height = 255
Left = 600
TabIndex = 3
Top = 2400
Width = 2535
End
Begin Label Label2
Alignment = 2 'Center
Caption = "Rollem"
Height = 255
Left = 1080
TabIndex = 4
Top = 240
Width = 1215
End
End
Sub Command1_Click ()
Form1.Show
Form4.Hide
End Sub